From 34fc3882966bc79b3d75238515f639dae480e0e7 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 11 Jun 1993 06:49:23 +0000 Subject: [PATCH] * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value inherited from usg5-3.h; ISC doesn't have libX11_s. (LIBX11_SYSTEM): Link against the static -lc, not -lc_s. --- src/s/isc3-0.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 14ef86f1ff3..fe5d718bfc9 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h @@ -16,7 +16,9 @@ so we might as well try getting rid of -traditional. */ #undef C_SWITCH_SYSTEM -/* Martin Tomes says that ISC has no - libX11_s, as specified in s/usg5-3.h. */ +/* We indirectly #include s/usg5-3.h, which says to use libX11_s and + libc_s. Martin Tomes says that ISC + has no libX11_s, and that linking with libc_s causes sbrk not to work. */ #undef LIB_X11_LIB - +#undef LIBX11_SYSTEM +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc -- 2.30.2